text/template/parse.Tree.unexpected (method)

9 uses

	text/template/parse (current package)
		parse.go#L176: 		t.unexpected(token, context)
		parse.go#L185: 		t.unexpected(token, context)
		parse.go#L191: func (t *Tree) unexpected(token item, context string) {
		parse.go#L378: 		t.unexpected(token, "input")
		parse.go#L428: 		t.unexpected(token, "{{break}}")
		parse.go#L443: 		t.unexpected(token, "{{continue}}")
		parse.go#L504: 			t.unexpected(token, context)
		parse.go#L681: 		t.unexpected(token, context)
		parse.go#L708: 			t.unexpected(token, "operand")